Skip to content

Remove line associated with old poetry version #514

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 1, 2021

Conversation

drice
Copy link
Contributor

@drice drice commented May 8, 2020

Since the -o option is specified in 5.1.0 this is needed to remove -e in requirements.

I was seeing:

Serverless: Generating requirements.txt from pyproject.toml...
Serverless: Parsed requirements.txt from pyproject.toml

But should be seeing

Generating requirements.txt from pyproject.toml...
Serverless: The generated file contains -e lines, removing them...

Removing the stdout line fixes this so -e lines can be removed.

This fixes #240

@bsamuel-ui
Copy link
Contributor

@tbsf Please see #550

@bsamuel-ui bsamuel-ui merged commit 0b6887c into serverless:master Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Private package fails with error: option --home not recognized
2 participants